Lazarus: Can't find unit [unit] used by [program]

Posted by Ree on Stack Overflow See other posts from Stack Overflow or by Ree
Published on 2010-06-06T10:12:14Z Indexed on 2010/06/06 10:22 UTC
Read the original article Hit count: 583

Filed under:
|

I'm trying to use an external library (wingraph) in a simple program. I have .o and .ppu files. I added the directory that contains them to the list of both "Other Unit Files" and "Include Files" paths under Project->Compiler Options. When building, I still get the error "Can't find unit wingraph used by [program]".

The library is Windows specific and I'm compiling on Windows, too.

What should I do to solve the problem?

Note that I don't have extensive knowledge about Pascal itself nor its tools. I'm just trying to quickly help someone start using the library.

© Stack Overflow or respective owner

Related posts about pascal

Related posts about lazarus